*{
    margin: 0px;
    padding: 0px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    box-sizing: border-box;
}
/* navigation bar */
#nav{
    width: 100%;
    height: 20vh;
    background: white;
}
.navrap{
    width: 80%;
    margin: auto;
}
.logo{
    position: absolute;
}
.logo img{
    height: 20vh;
}
.menu{
    float: right;
    margin-top: 10px;
    padding-right:60px ;
}
.menurap{
    border-radius: 15px;
    padding: 45px;
} 
.menurap ul li{
    display: inline;
}
.menurap ul li a{
    color:  grey;
    text-decoration: none;
    font-size: 20px;
    /* padding-left: 15px;
    padding-right: 15px; */
    padding: 15px; 
}
.menurap ul li a:hover{
    color: orange;
    border-bottom: 1px solid orangered;
    /* padding: 5px; */
}
/* banner */
.ban{
    width: 100%;
    height: 90vh;
    background-image: url(dragon.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.banrap{
    width: 100%;
    height: 90vh;
    background-color: rgba(0, 0, 0, 0.3);
}
.banrap1{
    float: right;
    margin-top: 200px;
    margin-right: 400px; 
    margin-left: 100px;
}
.name{
   text-align: center;
}
.name h1{
    color: aliceblue;
    font-size: 70px;
    text-align: center;
}
.name h2{
    color: aliceblue;
    font-size: 55px;
    text-align: center;
}
.name p{
    font-size: 50px;
    color: aliceblue;
    text-align: center;
    padding-top: 20px;
}
/* middle */
.midrap{
    width: 100%;
}
.midrap h1{
    text-align: center;
    color: royalblue;
    padding-top: 30px;
}
.box{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto ;
    grid-column-gap: 10px;
    margin-top: 40px;
    padding-bottom: 30px;
}
.box p{
    width: 100%;
    text-align: justify;
    padding-left: 600px;
    font-size: 20px;
    color: rosybrown;
}
.box img{
    width: 40%;
    position: absolute;
    float: left;
}
.midrap1{
    margin-top: 30px;
}
.midrap1 h1{
    text-align: center;
    color: royalblue;
    padding-top: 10px;
}
.midrap2{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    margin-top: 40px;
    padding-bottom: 30px;
}
.box1{
    height: 90vh;
    background-image: url(d33.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.box2{
    height: 90vh;
    background-image: url(d34.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.box3{
    height: 90vh;
    background-image: url(d35.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.box4{
    height: 90vh;
    background-image: url(d36.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.box5{
    height: 90vh;
    background-image: url(d37.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.box6{
    height: 90vh;
    background-image: url(d38.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.box7{
    height: 90vh;
    background-image: url(d39.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.box8{
    height: 90vh;
    background-image: url(d40.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.box9{
    height: 90vh;
    background-image: url(d41.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.midrap50{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    margin-top: 40px;
    background-color: black;
}
.box100{
    margin-top: 30px;
}
.box100 p{
    color: white;
    padding-bottom: 10px;
    padding-top: 5px;
    font-size: 25px;
    text-align: center;
}
.box100 a{
    text-decoration: none;
}
.box100 :hover{
    color: goldenrod;
} 
.box101{
    padding-top: 20px;
    padding-left: 100px;
}
.box102{
    margin-top: 30px;
    padding-right: 100px;
}
.box102 h2{
    color: white;
    text-align: center;
    font-size: 35px;
}
.box102 p{
    padding-top: 15px;
    color: white;
    font-size: 20px;
    text-align: center;
}
